home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / WILDCAT.TXT < prev    next >
Text File  |  1995-11-05  |  3KB  |  60 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with Wildcat! version 4.1             11-05-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Because Wildcat! does not offer the ability to exit when it detects a fax
  8. response code from the modem, you must run BGFAX in /HOST mode.  Thus,
  9. BGFAX will answer the phone rather than Wildcat!
  10.  
  11. 1. From now on, to get your system ready to answer calls, start up your
  12.    BBS by using the FBBS.BAT file included with BGFAX
  13. 2. Be sure all the BGFAX files are copied into the directory as specified
  14.    by the BGFAX environment variable (A "SET BGFAX=C:\BGFAX" line must
  15.    exist in either your AUTOEXEC.BAT or FBBS.BAT file).
  16. 3. Make sure your BGFAX.CNF file is configured to use the proper fax class
  17.    that your modem supports (you may need to comment and uncomment some
  18.    lines in the BGFAX.CNF file).
  19. 4. There is a specific line in BGFAX.CNF that must be uncommented for
  20.    Wildcat! compatibility mode (ec=MNP).
  21.  
  22. You need to make a file called EXEBBS.BAT in the BGFAX directory.
  23.  
  24. EXEBBS.BAT
  25. ~~~~~~~~~~
  26. @echo off
  27. c:
  28. cd\wildcat
  29. wildcat /B %1%4 %3
  30. %bgfax%\fbbs.bat
  31.  
  32. NOTE: THIS SETUP WORKS FOR SINGLE NODE SYSTEMS, NOT MULTI-NODE!
  33. CONSULT THE WILDCAT! DOCS FOR "NODEID" FOR MORE INFORMATION ON MULTT-NODE
  34.  
  35. YOU MUST BE USING WILDCAT! VERSION 4.1 OR HIGHER.  LOWER VERSIONS DO NOT
  36. ALWAYS CORRECTLY ACCEPT HIGH SPEED CONNECT MESSAGES.
  37.  
  38. The most frequent problem people have with this setup... Once people get
  39. every thing configured, a data call comes into BGFAX, it transfers control
  40. to Wildcat, but the user that called in sees only garbage characters on
  41. their screen.  The problem is that you have BGFAX's DTE speed set to a
  42. speed different than that of what Wildcat! is using.  The port speeds in
  43. BGFAX and Wildcat! **MUST BE LOCKED AT THE SAME SPEED**  (BGFAX.CNF defaults
  44. to sp=57600, while Wildcat! may default to a locked speed of 38400.  You
  45. must change the speed in either BGFAX or Wildcat so that they are the same!)
  46.  
  47. More information is available concerning the /B command line parameter in
  48. the Wildcat! documentation.  Here are a few page number references...
  49.  
  50. Manual Date   Page Number
  51. -----------   -----------
  52. 07-01-94      165-166
  53. 11-01-94      195-196
  54. 03-31-95      204-205
  55.  
  56. (Thanks to Fred D at Mustang for providing the page number references.)
  57.  
  58. Regards,
  59. bgfax author
  60.